conformance(gf14): add 14 bit-exact GF14 vectors (52 -> 53)#1142
conformance(gf14): add 14 bit-exact GF14 vectors (52 -> 53)#1142gHashTag wants to merge 2 commits into
Conversation
Replace the n_vectors:0 stub with 14 bit-exact GF14 conformance vectors emitted by the from-spec encoder and confirmed by an independent decoder. Layout matches catalog (s1/e5/m8 bias15, rule e=round(13/phi^2)=5). Second-oracle coverage 52 -> 53 of 83. Affiliation: Trinity S^3 AI. Refs #1146
PR DashboardGenerated at: 2026-06-15 08:39:49 UTC
Summary
Seal Status
|
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
|
Corona cross-check (tt-trinity-corona HEAD b6944b2): all 14 gf14 vectors in this PR decode to identical class + value under the Corona GF decode law (tools/spec_vs_rtl_gf16.py dec(), parameterized gf16 E6/M9 BIAS31 -> gf14 E5/M8 BIAS15) and the t27 conformance law. Result: 14/14 agree, 0 mismatches. FAIL-reachable: a deliberate off-by-one BIAS mutation produces 10/14 mismatches. This confirms the vectors are NOT a divergent source of truth -- Corona owns the gf14 layout + add/mul at silicon Tier-2 but ships no bits->value vector set; this PR adds that distinct Tier-1 artefact, agreeing bit-for-bit with the silicon layer. Sandbox-only cross-check: earns no coverage credit, only de-risks the bank. |
INDEX_all_formats.json gf14: kind structural->bitexact, n_vectors 0->14, sha256 refreshed; aggregates bitexact_packs 55->56, structural_packs 28->27. docs/NOW.md: add gf14 block + bump Last updated to 2026-06-15. Integrity gate now CLEAN (exit 0); self-test gate green. Catalog stays 83. Closes #1146
PR DashboardGenerated at: 2026-06-15 18:12:22 UTC
Summary
Seal Status
|
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
17a77a2 to
a830269
Compare
PR DashboardGenerated at: 2026-06-15 18:14:46 UTC
Summary
Seal Status
|
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Replace the n_vectors:0 stub for GF14 with 14 bit-exact conformance vectors.
corpus stub, n_vectors == len(vectors), bitexact flipped to true.
Affiliation: Trinity S^3 AI. ASCII-only; no behavioral code changes.
Closes #1146